services.neo4j.ssl.policies.<name>.trustedDir

Path to directory of X.509 certificates in PEM format for trusted parties. Must be an absolute path. The existence of this directory is mandatory and will need to be created manually when: setting this option to something other than its default; setting either this policy's baseDirectory or directories.certificates to something other than their default. Ensure read/write permissions are given to the Neo4j daemon user neo4j.

The public certificate as defined by publicCertificate is required to be duplicated to this directory.

Type
absolute path
Default
"${config.services.neo4j.ssl.policies.<name>.baseDirectory}/trusted"
Declared
<nixpkgs/nixos/modules/services/databases/neo4j.nix>